Prepare new upload.
authorBoyuan Yang <byang@debian.org>
Tue, 2 Feb 2021 16:22:36 +0000 (11:22 -0500)
committerBoyuan Yang <byang@debian.org>
Tue, 2 Feb 2021 16:22:36 +0000 (11:22 -0500)
debian/changelog
debian/control
debian/rules

index 309344d0b8be74387e5cec7faeaa138755fe80f9..1d8422839b12583eeb9365c8e758821e2b4d5082 100644 (file)
@@ -1,3 +1,16 @@
+opencc (1.1.1+git20200624+ds2-5) unstable; urgency=medium
+
+  * debian/rules: Enable dh_doxygen integration.
+  * Drop unnecessary build dependencies. (Closes: #981606)
+  * debian/control: Drop build-dependency on libjs-jquery, let
+    dh_doxygen handle it.
+  * debian/control: Drop build-dependency on graphviz. Doxyfile
+    did not enable HAVE_DOT.
+  * debian/control: Drop build-dependency on dartz. Currently opencc
+    uses its vendored copy.
+
+ -- Boyuan Yang <byang@debian.org>  Tue, 02 Feb 2021 11:22:28 -0500
+
 opencc (1.1.1+git20200624+ds2-4) unstable; urgency=medium
 
   * Build-depends on pkg-kde-tools to handle symbols.
index 738179247a1a06cadab6fff162e84888bdcef8c6..cbfb2e82a54c4d8b0af48125de2fd3e7e50fbfc8 100644 (file)
@@ -13,8 +13,6 @@ Build-Depends:
  darts,
  debhelper-compat (= 13),
  doxygen,
- graphviz,
- libjs-jquery,
  libmarisa-dev,
  libtclap-dev,
  python3:any,
@@ -32,7 +30,6 @@ Section: libdevel
 Architecture: any
 Multi-Arch: same
 Depends:
- libjs-jquery,
  libopencc1.1 (= ${binary:Version}),
  ${misc:Depends},
 Suggests:
index 33fa226e56052265e0208257f9e954ff47bb74ec..70acce0d969b18b504c8ce316c15fa69b3792370 100755 (executable)
@@ -9,7 +9,7 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 include /usr/share/dpkg/architecture.mk
 
 %:
-       dh $@ --buildsystem=cmake --with pkgkde_symbolshelper
+       dh $@ --buildsystem=cmake --with pkgkde_symbolshelper,doxygen
 
 override_dh_auto_configure:
        dh_auto_configure -- \
@@ -19,9 +19,6 @@ override_dh_auto_configure:
                -DBUILD_DOCUMENTATION=ON \
                -DBUILD_BUNDLED_LIBMARISA=OFF
 
-execute_after_dh_auto_install:
-       ln -sf /usr/share/javascript/jquery/jquery.js debian/tmp/usr/share/opencc/doc/html/jquery.js
-
 execute_after_dh_auto_clean:
        find . -name *.pyc -delete